dsh-wallpaper-engine: Integrate Downloaded Wallpapers from Wallpaper Engine into DeepSeek Harness Web Background
`dsh-wallpaper-engine` is a MIT-licensed DeepSeek Harness (DSH) web plugin designed to integrate locally downloaded image or video wallpapers from Wallpaper Engine into the DSH interface as backgrounds. Maintained by sakuraaa667, the plugin supports automatic discovery of wallpapers from Steam Workshop and local projects, offering thumbnail browsing, search, one-click application, and real-time refresh on the settings page. It enables video looping with muted playback and high-resolution image adaptation, provides panel and background brightness adjustments to optimize readability, and persists wallpaper selection states, automatically restoring them after restart. Installation requires a Node.js >=22 environment, is added via the `dsh plugin` command, and can be configured through a configuration file.
Read Moredsh-cyber-particle: Adding a Dynamic Particle Network Background to the DSH Web Interface
dsh-cyber-particle is a fun costume-changing plugin for DSH maintained by AKS1st. It draws a particle network animation on the browser side using a full-screen overlay, without registering server-side routes or altering the interface color scheme. Gray scattered particles fly in from the edges and automatically connect, with pointer-events penetration to avoid interfering with operations. It includes a built-in "Settings → Particle Background" page where users can adjust the number of particles, radius, line thickness, connection distance, speed, and color, with settings persisted to localStorage. Installation: dsh plugin --profile web add github:AKS1st/dsh-cyber-particle, then dsh web to restart. MIT license, version 0.2.3.
Read More